From: Robert Pluim Date: Thu, 14 Nov 2019 14:40:12 +0000 (+0100) Subject: Remove unneeded font_is_ignored prototype X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~1013 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=30e944b66b24254e007381c80237e96c721a127c;p=emacs.git Remove unneeded font_is_ignored prototype * src/gtkutil.h: Remove unneeded prototype for font_is_ignored, it's in font.h now. --- diff --git a/src/gtkutil.h b/src/gtkutil.h index a059f532197..5795eb73421 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h @@ -204,9 +204,5 @@ extern bool xg_ignore_gtk_scrollbar; extern bool xg_gtk_initialized; -#if GTK_CHECK_VERSION (3, 2, 0) -extern bool font_is_ignored (const char *, ptrdiff_t); -#endif - #endif /* USE_GTK */ #endif /* GTKUTIL_H */